home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'MaskText.pas' rev: 3.00
-
- #ifndef MaskTextHPP
- #define MaskTextHPP
- #include <Mask.hpp>
- #include <DsgnIntf.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Masktext
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TMaskTextProperty;
- class PASCALIMPLEMENTATION TMaskTextProperty : public Dsgnintf::TStringProperty
- {
- typedef Dsgnintf::TStringProperty inherited;
-
- public:
- virtual Dsgnintf::TPropertyAttributes __fastcall GetAttributes(void);
- virtual void __fastcall Edit(void);
- public:
- /* TPropertyEditor.Destroy */ __fastcall virtual ~TMaskTextProperty(void) { }
-
- public:
- /* TObject.Create */ __fastcall TMaskTextProperty(void) : Dsgnintf::TStringProperty() { }
-
- };
-
- class DELPHICLASS TMaskTextForm;
- class PASCALIMPLEMENTATION TMaskTextForm : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TLabel* Label3;
- Mask::TMaskEdit* TestEdit;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* EditMask;
- Stdctrls::TButton* OKButton;
- Stdctrls::TButton* CancelButton;
- Stdctrls::TButton* HelpButton;
- void __fastcall FormCreate(System::TObject* Sender);
- void __fastcall HelpButtonClick(System::TObject* Sender);
- public:
- /* TCustomForm.Create */ __fastcall virtual TMaskTextForm(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TMaskTextForm(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TMaskTextForm(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TMaskTextForm(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE TMaskTextForm* MaskTextForm;
- extern PACKAGE bool __fastcall EditMaskText(const System::AnsiString Mask, System::AnsiString &MaskText
- );
-
- } /* namespace Masktext */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Masktext;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // MaskText
-